func golang.org/x/net/http2.bodyAllowedForStatus

4 uses

	golang.org/x/net/http2 (current package)
		http2.go#L304: func bodyAllowedForStatus(status int) bool {
		server.go#L2569: 		if clen == "" && rws.handlerDone && bodyAllowedForStatus(rws.status) && (len(p) > 0 || !isHeadResp) {
		server.go#L2577: 		if !hasCE && !hasContentType && bodyAllowedForStatus(rws.status) && len(p) > 0 {
		server.go#L2919: 	if !bodyAllowedForStatus(rws.status) {